Module 11: Operate Secure and Resilient Networks
Cloud Operations on AWS
| Network ACLs | Security Groups |
|---|---|
| Subnet-level | Instance / ENI-level |
| Allow & Deny rules | Allow rules only |
| Stateless | Stateful |
| Evaluated in rule-number order | All rules evaluated together |
Issue: Instances in subnets cannot communicate with one another.
Solution: Verify it's a network issue, check network ACLs, and review VPC Flow Logs if enabled.
Next: Module 12 — Mountable Storage
Click branch to expand